Re-instate "xen/arm: fix mask calculation in pdx_init_mask"
authorStefano Stabellini <sstabellini@kernel.org>
Fri, 21 Jun 2019 20:20:25 +0000 (13:20 -0700)
committerStefano Stabellini <sstabellini@kernel.org>
Fri, 26 Jul 2019 16:45:08 +0000 (09:45 -0700)
commit22ec7474348fea2c4a32b0872dd3385bf3785a26
tree5caea58f72e32ee7ce15843f49ea96217899759a
parent612d476e74a314be514ee6a9744eea8db09d32e5
Re-instate "xen/arm: fix mask calculation in pdx_init_mask"

The commit 11911563610786615c2b3a01cdcaaf09a6f9e38d "xen/arm: fix mask
calculation in pdx_init_mask" was correct, but exposed a bug in
maddr_to_virt(). The bug in maddr_to_virt() was fixed by
612d476e74a314be514ee6a9744eea8db09d32e5 "xen/arm64: Correctly compute
the virtual address in maddr_to_virt()", so we can re-instate the
first commit now.

Signed-off-by: Stefano Stabellini <stefanos@xilinx.com>
xen/arch/arm/setup.c
xen/common/pdx.c